home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8736 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  825 b 

  1. Path: news.interlog.com!news
  2. From: dsheffie@interlog.com
  3. Newsgroups: comp.lang.c
  4. Subject: Resizing Windows using Turbo C++ 3.1
  5. Date: 6 Mar 1996 03:00:23 GMT
  6. Organization: InterLog Internet Services
  7. Message-ID: <4hiv47$etp@steel.interlog.com>
  8. Reply-To: dsheffie@interlog.com
  9. NNTP-Posting-Host: dsheffie.interlog.com
  10. X-Newsreader: IBM NewsReader/2 v1.2
  11.  
  12.  
  13. Hello,
  14.  
  15. I am writing a windows program, and am trying to get it to resize my window.
  16.  
  17. I found the SetWindowPos function in the help files, but it does not seem to work.
  18. At the top of the help page, the function is listed as 2.X.  Does this mean that this function 
  19. will not work in 3.X, or only that it was introduced in v 2.1?
  20.  
  21. If this is not a valid function in Windows 3.X, can anyone tell me of a similar function 
  22. which will resize my window?
  23.  
  24. Thanks in advance.....
  25.